When I try to use the ssh command (typing ssh username@host or ssh host or ssh -l username host) I always get the following message:
The authenticity of host <host name> can`t be established.
RSA key fingerprint is <...>
Are you sure you want to continue connecting (yes/no)?
After that I write no (of course because I don`t want to be connected with no security) and at last I get the message
Host key verification failed.
I have checked it with two different hosts which I use but this thing remains.I`ve done the same procedure with 'putty' program in windows XP and didn`t have any problems.
Is there anything I can do to fix it?
The authenticity of host <host name> can`t be established.
RSA key fingerprint is <...>
Are you sure you want to continue connecting (yes/no)?
After that I write no (of course because I don`t want to be connected with no security) and at last I get the message
Host key verification failed.
I have checked it with two different hosts which I use but this thing remains.I`ve done the same procedure with 'putty' program in windows XP and didn`t have any problems.
Is there anything I can do to fix it?
Comment